Welcome![Sign In][Sign Up]
Location:
Search - stl map

Search list

[STLuseMap

Description: 如何使用STL中的映射关系呢?看看这个吧!-how to use the map? Look at this!
Platform: | Size: 38912 | Author: 李建中 | Hits:

[Data structshash_map

Description: STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
Platform: | Size: 10240 | Author: 何智峰 | Hits:

[OthermapSTL

Description: 实现如何使用 STL中的Map容器。适合初学者了解C++的STL机制。-realizing how to use the Map STL containers. For beginners to understand C++ STL mechanism.
Platform: | Size: 40960 | Author: 王东 | Hits:

[File OperateMFileSpeed

Description: 本程序对三种操作数据文件的方法进行测试,MFC的CArchive、STL的流和文件映射的CreateFileMapping,经过比较发现对数据文件的载入和存储速度,都是MFC>映射>STL,可见MFC的CArchive是进行数据文件操作的最佳选择!-procedures for the operation of the three data files, the method for testing the CArchive MFC, STL flow and document mapping CreateFileMapping, after comparison of the data contained in the document storage and speed are MFCgt; Mapping gt; STL, MFC CArchive Visibility data is the best file manipulation choice!
Platform: | Size: 164864 | Author: cgzszhang | Hits:

[VC/MFCSTL_yuanmapoxi

Description: STL源码剖析,详细讲解stl的源码,使你知其然,知其所以然,它是stl的高阶图书,适合于有一定基础的读者-STL- source analysis, stl elaborate on the source code, so you know these, know a reason. stl it is the high-order books, suitable for a basis of readers
Platform: | Size: 6269952 | Author: 沈研研 | Hits:

[Data structsclonePtr

Description: a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.-a non-sharing smart pointer class that can STL be used with containers such as std : : map, vector, list, set, and deque. The smart pointer has an assignment o perator and greater than operator that the call target object s operator.
Platform: | Size: 2048 | Author: 张建 | Hits:

[STLTestMap

Description: 使用VC6.0 STL std::map的一个小例子。使用的键值是一个结构体,里面包含一个整型三维数组。-use VC6.0 STL std : : map of a small example. The pair is a body structure, which contains an integer 3D array.
Platform: | Size: 123904 | Author: 陈飞 | Hits:

[Data structsAVLTreeImpl

Description: AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!-AVL Tree implementation : I also included a test to compare the function AV L Tree performance with STL Set and Map. Compile mavltree.cpp the source and run it to see the res ult!
Platform: | Size: 7168 | Author: michael | Hits:

[Windows Developcpp_mru_cache

Description: I suppose you know what a MRU cache is, otherwise you wouldn t been reading this. This is an implementation of a very simple one using only STL. To implement a cache, derive a subclass from this template class. As an implementor, you d have to implement two methods: HandleNonExistingKeyFetch - to handle cache misses. In this method you access the real source of data behind the cache and return the value. HandleItemRelease - (optional) called when an item is removed from the cache. The cache class is a template of two types, a key and value (like hash map). The value type is the type of the resource and the key type is the type of the resource address. (this is how you fetch a resource) -I suppose you know what a MRU cache is, otherwise you wouldn t been reading this.This is an implementation of a very simple one using only STL.To implement a cache, derive a subclass from this template class.As an implementor, you d have to implement two methods: HandleNonExistingKeyFetch- to handle cache misses. In this method you access the real source of data behind the cache and return the value. HandleItemRelease- (optional) called when an item is removed from the cache.The cache class is a template of two types, a key and value (like hash map). The value type is the type of the resource and the key type is the type of the resource address. (this is how you fetch a resource)
Platform: | Size: 1024 | Author: | Hits:

[STLstlmap

Description: stl中map用法详解-Detailed map usage in stl
Platform: | Size: 14336 | Author: | Hits:

[STLSTLyuanmapouxi

Description: 代码中包含了部分作者侯捷的<<STL源码剖析>>一书中的程序实例,有助于理解及应用STL,来进行方便高效的编程-Code contains some of Hou Jie, author of <<STL源码剖析>> one book instance, contribute to the understanding and application of STL, to facilitate the efficient programming
Platform: | Size: 37888 | Author: 张加远 | Hits:

[STLTestContainer

Description: STL 容器 使用例子 MAP VECTOR LIST -Example the use of STL containers MAP VECTOR LIST
Platform: | Size: 8192 | Author: 振宇 | Hits:

[STLmapTest

Description: C++STL map操作实例介绍。主要演示map的操作技巧和方法。-C++ STL map operation introduce examples. The main demonstration of map skills and methods of operation.
Platform: | Size: 8192 | Author: zhangziliang | Hits:

[STLcollect_STL

Description: STL的例子,非常全面,list,array,map的用法集合-STL example, very comprehensive, list, array, map the usage of a collection
Platform: | Size: 56320 | Author: GanCL | Hits:

[VC/MFCSTL-map

Description: STL中map用法详解 非常详细,有说明和可以编译的例子-The usage of STL map
Platform: | Size: 34816 | Author: webcookie | Hits:

[VC/MFCthe-analysis-of-STL-sourse

Description: 本书所呈现的源码,使你踏上了基度山岛。源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。-The source code presented in this book, so that you set foot on the base of Monte island. Prior to the non-secret source code, you will see the vector implementation, list the implementation, heap implementation, deque implementation, Red Black tree implementation, hash table implementation, set/map for implementation you will see the various algorithms (sort, find, permutations and combinations, data movement and replication technology) is achieved you can even see the bottom of memory pook and higher-order abstract traits mechanism for implementation.
Platform: | Size: 10075136 | Author: 祝鹏 | Hits:

[Linux-UnixSTLmap_using

Description: 在linux下使用stl map 进行插入,查询,删除等功能的代码-Insert,inquire,delete fuction with stl map in linux/unix
Platform: | Size: 1024 | Author: xiongxiong | Hits:

[STLSTL_MAP

Description: STL学习的好材料,在程序中使用了Vector,Map,Set容器对文本进行分析,可以查询指定单词出现的页数 行数 以及次数-STL a good learning materials used in the program Vector, Map, Set the container of the text, you can query the number of pages specified word appears, and the number of rows
Platform: | Size: 916480 | Author: yangsong | Hits:

[STLusage-of-the-map

Description: STL中map用法详解,是关于map的基本操作,很详细的介绍。-Detailed usage of STL in the map, is about the map' s basic operation, it is described in detail.
Platform: | Size: 22528 | Author: shashou | Hits:

[STLmap

Description: 使用c++,利用STL中的map容器,实现对单词频率的统计。-Use c++, use the STL map container, to achieve the word frequency statistics.
Platform: | Size: 2048 | Author: jaing | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net